﻿.container{max-width:1200px;}
/*网站公共样式*/
.info-content{line-height:2.5;padding-top: 30px;}
a{color:#333;text-decoration:none;}                                            
a.btn-more{transition:all 0.5s ease;-moz-transition:all 0.5s ease; /* Firefox 4 */-webkit-transition:all 0.5s ease; /* Safari and Chrome */-o-transition:all 0.5s ease; /* Opera */}
a.btn-more:hover{border: 2px solid rgb(0, 131, 221);color: #fff;background-color: rgb(0, 131, 221);}
.banner{height:500px\9!important;overflow:hidden\9!important;overflow:hidden;} /*兼容ie低版*/
.text-overflow {
    display: block; /*内联对象需加*/
    word-break: keep-all; /* 不换行 */
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis;
}

/*遮罩层*/
.mask-bg{position:fixed;width: 100%;height:100%;display:none;height:100vh;background-color: rgba(0, 0, 0, .7);overflow:hidden;z-index:100;top: 0;left: 0;}
.mask-bg.active{display:block;}



/*自定义导航动画，也可以用animater.css中的动画，需要在script.js中修改*/
.nav .animated,.sub-nav .animated{animation-duration:0.4s;-webkit-animation-duration:0.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.navSlide{animation-name:navSlide;-webkit-animation-name:navSlide;}
@keyframes navSlide{0%{transform:translateY(100%);-webkit-transform:translateY(100%);-ms-transform:translateY(100%);-moz-trsansform:translateY(100%);-o-transform:translateY(100%);opacity:0;visibility:visible;}100%{transform:translateY(0);-webkit-transform:translateY(0);-ms-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);opacity:1;}}


/*banner*/
.banners{position:relative;}
.top-lefts img{max-width:200px;}
.banner-header{position:absolute;top:0;left:0;width:100%;z-index:99999;}
.top-lefts{display:flex;flex-direction:row;align-items:center;margin-top:2px;}
.top-lefts-title{margin-left:10px;}
.top-lefts-title b{font-size:24px;font-family:'宋体';}
.banner-text{position:absolute;bottom:0;left:0;width:100%;height:100%;padding-top:109px;padding-left:15px;padding-right:15px;}
.banner-text .con{max-width:1200px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:center;}
.con-title{font-size:1.4rem;letter-spacing:4px;color:white;}
.con-content{color:white;max-width:850px;font-size:18px;}
.con-btn-pa{width:100%;display:flex;justify-content:center;}
.con-button{width:160px;height:50px;line-height:50px;background:rgba(134,187,70,1);border:2px solid rgba(155,191,38,1);
            color:#fff;text-align:center;transition:all .5s;cursor:pointer;border-radius:50px;}
.con-button:hover{background:transparent;color:#e9c37a;}
.nav-toggle{position:absolute;top:10px;right:10px;}
.nav-toggle i{color:#fff;cursor:pointer;font-size:20px;}
.banners .html5zoo-nav-0{display:none!important;}


/*@* 四个框 *@*/
.four-menus{position:relative;}
.menu-back{position:absolute;top:0;left:0;width:100%;height:80%;background:rgb(245, 245, 245);}
.menu-tabbars-one{background:rgb(114, 162, 48);}
.menu-tabbars-two{background:rgb(106, 150, 45);}
.menu-tabbars-three{background:rgb(100, 142, 42);}
.menu-tabbars-four{background:rgb(95, 134, 40);}
.menu-title{color:#fff;}
.menu-span{color:rgb(238, 238, 238);line-height:1.5;text-align:justify;}
.menu-parent{position:relative;z-index:9999;top:-3rem;}


/*业务领域*/
.Business-title1{display:flex;justify-content:center;align-items:center;}
.Business-title1 img{max-width:20px;}
.Business-title1 span{color:rgb(106, 168, 79);}
.Business-title2{color:#000;}
.Business-item-title{color:#000;}
.Business-item-content{font-size:15px;line-height:2;color:rgb(169,169,169);}
.Business-padding{padding:0 30px;}


/*@* 找到你的解决方案 *@*/
.solve-head{width:100%;background:rgb(245, 245, 245);display:flex;justify-content:center;align-items:center;height:120px;line-height:120px;}
.solve-head .span1{color:#000;}
.solve-head .span2{color:#929292;}
.solve-back{background-image:url('../images/Indexs/slide02.jpg');background-position:center center;background-attachment:fixed;}
.solve-back .imglogo img{max-width:150px;}
.solve-title{color:#6AA84F;}
.solve-titles{color:#fff;font-size:1.2rem;}
.solve-video{animation: solveanimation .5s  linear infinite alternate;opacity:0;cursor:pointer;}
@keyframes solveanimation{from { opacity:0; } to {opacity:1; }}



/*工程案例*/
.engineering{background:rgb(245, 245, 245);}
.engineering-item{cursor:pointer;}
.engineering-item-title{color:#434343;}
.engineering-item-title:hover{color:#6aa84f;}
.engineering-item-img{position:relative;}
.engineering-item-img img{transition:all .5s;}
.engineering-item-img:hover img{transform:rotateY(180deg);}
/*@keyframes engineeringanimation{from { transform:rotateY(0); } to {transform:rotateY(180deg); }}*/
.engineering-item-img:hover .imgmask{opacity:1;}
.imgmask{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;opacity:0;transition:all .5s;}
.imgmask i{color:#fff;}
.engineering-btn{width:100%;justify-content:center;display:flex;}
.engineering-btn div{height:44px;line-height:44px;width:130px;text-align:center;color:#fff;background:rgba(114,162,48,1);cursor:pointer;transition:all .5s;transition-delay: .5s;}
.engineering-btn div:hover{background:rgba(114,162,48,.8);}


/*关于我们*/
.abouts-title1{color:#000;}
.abouts-title2{color:#929292;}
.abouts-btn{display:flex;justify-content:flex-end;}
.abouts-btn div{height:44px;line-height:44px;width:130px;text-align:center;color:#fff;background:rgba(114,162,48,1);cursor:pointer;transition:all .5s;}
.abouts-btn div:hover{background:rgba(114,162,48,.8);}


/*统计*/
.counts{background-image:url('../images/Indexs/slide01.jpg');background-position:center center;background-attachment:fixed;}
.counts-item img{max-width:60px;}
.counts-number,.counts-menus{color:#fff;cursor:pointer;}
.counts-number:hover{color:#000;}


/*新闻资讯*/
.news{background:rgb(245, 245, 245);}
.news-item-img{overflow:hidden;cursor:pointer;}
.news-item-img img{transition:all .5s;}
.news-item-img img:hover{transform:scale(1.2);}
.news-item-title{color:#434343;cursor:pointer;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;word-break: break-all;}
.news-item-title:hover{color:#72a230;}
.news-item-date{color:#929292;}
.news-item-content{color:#888888;line-height:2;text-overflow: -o-ellipsis-lastline;overflow: hidden;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2; -webkit-box-orient: vertical;}

/*合作伙伴*/
.cooperation-item-pa{display:flex;flex-wrap:wrap;}
.cooperation-item{max-width:20%;padding:0 10px;margin-bottom:20px;}
.cooperation-padding{border:1px solid #dddddd;padding:10px 5px;cursor:pointer;}
.cooperation-relative{position:relative;}
.cooperation-padding img{transition:all .5s;}
.cooperation-padding:hover{border-color:#6aa84f;}
.cooperation-padding:hover img{transform:rotateY(180deg);}
.cooperation-padding:hover .cooperation-text{opacity:1;}
.cooperation-text{position:absolute;left:0;bottom:-5px;color:#fff;background:#B2B2B2;width:100%;opacity:0;}


/*加入我们*/
.joinUs{background-image:url('../images/Indexs/slide02.jpg');background-position:center center;background-attachment:fixed;}
.joinUs-title img{max-width:20px;}
.joinUs-title span{color:#fff;}
.joinUs-pa{display:flex;align-items:center;}


/*底部*/
.footer-bg{background:#222222;}
.footer-logo{display:flex;align-items:center;}
.footer-logo img{max-width:48px;}
.footer-Hotline .title,.footer-server .title{color:rgb(119, 119, 119);}
.footer-Hotline .content{color:rgb(153, 153, 153);}
.footer-engineering .title,.footer-work .title,.footer-work .title{color:#cccccc;}
.footer-engineering-item ul{line-height:2.5;}
.footer-engineering-item ul li a{color:#999999;cursor:pointer;}
.footer-engineering-item ul li a:hover{color:rgb(106,168,79);}
.footer-work-item{display:flex;flex-wrap:wrap;}
.footer-work-item img{max-width:96px;}
.footer-work-item ul {line-height:2.5;width:100%;}
.footer-work-item ul li span{color:#999999;}
.codeimg-text{}
/*.footer-code img{max-width:90px;}*/
.footer-code span{color:#999999;}
.footer-bottom{background:rgb(17, 17, 17);}
.footer-bottom-span{color:#999999;}
.footer-bottom-center span{padding:5px;background:#000;border-radius:20px;}
.gotoptop_icon{position:fixed;right:20px;bottom:50px;}


/*子幻灯片*/
.children-slide{max-height:550px;}
.children-banners .html5zoo-arrow-right-0,.children-banners .html5zoo-arrow-left-0{display:none!important;}
.conbanner-title{font-size:1rem;}
.conbanner-titles{font-size:15px;max-width:600px;}
/*子banner*/
.subpagebanner{position:relative;}
.subpage-menu{position:absolute;bottom:0;left:0;width:100%;}
.subpage-title{color:#fff;font-size:1rem;}
.subpage-href a{color:#fff;cursor:pointer}
.subpage-href a:hover{text-decoration:underline;}
.subpage-href span{padding:0 8px;color:rgb(233, 195, 122);}


/*业务领域*/
.Business-area{background:rgb(242, 242, 242);}
.area-page{border:1px solid rgb(221, 221, 221);background:#fff;}
.area-page-head{color:#5A5A5A;display:flex;align-items:center;flex-wrap:wrap;}
.project-detail-brief{color:#434343;background:#F5F5F5;border:1px solid #E5E5E5;padding:5px;border-radius:4px;text-align:justify;line-height:2;font-size:13px;}

/*搜索*/
.serach-pa{padding:0;}
.project-serach{background:#fff;border:1px solid rgb(221, 221, 221);display:flex;align-items:center;}
.serachs{font-size:14px;color:#666;height:55px;line-height:55px;border:0;background:#fff;width:100%;}
.serach-text{cursor:pointer;}


/*子栏目样式*/
.sub-fixed-bg{box-shadow: 0px 1px 10px #cccfd4;margin-bottom: 10px;}
.sub-fixed ul{width:100%;text-align:center;}
.sub-fixed li{display:inline-block;width:18%;line-height: 62px;}
.sub-fixed li a{width: 100%;display: block;}

.sub-nav-box {clear: both;position: relative;background:#fff;border:1px solid rgb(221, 221, 221);padding:15px;}
.sub-nav-box .sub-nav-title{line-height: 50px;font-size: 16px;padding-left:15px;color: #5a5a5a;font-family: "Microsoft YaHei",Tahoma,Verdana,"Simsun";font-weight: bold;margin-bottom: 6px;}
.sub-nav-box .sub-nav-title span{font-size: 12px;padding-left: 10px;}

.sub-nav-box .sub-nav{clear:both;text-align:left;margin-bottom:20px;width:100%;overflow:visible;background:#fafafa;}
.sub-nav-box .sub-nav li{width:100%;padding:0px;position:relative;display:block;margin: 3px 0;border-bottom:1px solid #eee;padding-left:15px;}
.sub-nav-box .sub-nav li a{display:block;line-height:40px;font-size:14px;color:#333;font-family:"Microsoft YaHei",Tahoma,Verdana,"Simsun";font-size:15px}
.sub-nav-box .sub-nav li:hover ul{display:block;}
.sub-nav-box .sub-nav li:last-child{border:0;}
.sub-nav-box .sub-nav li:hover a{color:rgb(106,168,79);font-weight:bold;}
.sub-nav-box .sub-nav li ul{display:none}
.sub-nav-box .sub-nav li ul li a{padding-left:55px;}
.sub-nav-box .sub-nav li ul li ul li a{padding-left:85px}

.sub-nav-box li .arrow{position:absolute;right:0px;top:0px;width:54px;height:54px;line-height:54px; text-align:center;transition-duration:0.1s;cursor:pointer}
.sub-nav-box li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}

.sub-nav-box .sub-nav li.active{}
.sub-nav-box .sub-nav li.current > a{color:rgb(106,168,79);font-weight:bold;}
.sub-nav-box .sub-nav li.active > ul{display:block}
.sub-nav-box .sub-nav li.active > .arrow{transform:rotate(90deg)}

/*热门*/
.hot-news{background:#fff;border:1px solid rgb(221, 221, 221);padding:15px;}
.hot-title{color:#5a5a5a;padding-left:15px;line-height:50px;}
.hot-list-menu a{color:#0064d4;cursor:pointer;}
.hot-list-menu a:hover{color:#e9c37a;}
.hot-list-title{text-overflow: -o-ellipsis-lastline;overflow: hidden;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2; -webkit-box-orient: vertical;}
.hot-list-title a{color:#5A5A5A;text-align:justify;font-size:13px;cursor:pointer;}
.hot-list-title a:hover{color:#6aa84f;}
.hot-list-price span{color:#ACACAC}
.hot-list{padding-bottom:16px;border-bottom:1px dashed #dddddd;margin-left:15px!important;cursor:pointer;}


/*工程案例*/
.Engineering-subnav ul{display:flex;flex-wrap:wrap;justify-content:center;}
.Engineering-subnav ul li{padding:40px 40px;margin:0 5px;}
.Engineering-subnav ul li a{color:#666666;font-size:15px;font-weight:bold;}
.Engineering-subnav ul li a:hover{color:rgb(106,168,79);}
.Engineering-subnav ul li.current > a{color:rgb(106,168,79);}

 /*使图片在浏览器中居中显示(产品中心)*/
 .leftBox {position: relative;}
 .normalBox {overflow: hidden;position: relative;border: 1px solid #f2f2f2;}
  .normalBox img{display:none;}
.normalBox .w {display: none;}.botBox {width: 100%;height: 90px;background: white; overflow: hidden;}
.botBox ul li {float: left;width: 54px;height: 54px;border: 2px solid #fff;border-radius: 5px; margin-left: 26.5px; opacity: 0.5;}
.bord {border-color: #e4393c !important; opacity: 1 !important;}
.moveBox {width: 200px;height: 200px;background: #fff;opacity:.5; position: absolute;top: 0;left: 0; display: none;cursor: move;border: 1px solid #333;}
.magBox {width: 400px; height: 400px; border: 1px solid #f2f2f2;position: absolute; right:-170px; top:0; float: left;overflow: hidden; display: none; }
.magBox ul li {display: none; position: absolute; top: 0;left: 0;}
 #n, .m {display: block!important;}
 .bord{display:block!important;}
 .magBox-left{left:100%;z-index:999;}
.box {width: 110px; margin: auto;}
.imgbanner{margin:0 auto;margin-top:30px;}
.imgbanner .bottom-pixu{display:flex;justify-content:center;}
.imgbanner .images-box img{height:320px;}
.imgbanner .images-box a{width:500px;height:320px;}
.swiperimg{width:500px;height:320px;}
.bigimg{height:64px;padding:10px 0;width:64px!important;}
.swiper-slide-thumb-active{border: 2px solid #b90000;}
.middleimg{display:flex;justify-content:space-between;max-width:573px;}
.project-prevs,.project-nexts{min-width:25px;}
.project-detail-title{color:#434343;line-height:33px;margin-bottom:10px;border-bottom: 1px solid #e2e2e2;}
.project-detail-price{color:#898989;text-decoration:line-through;margin-bottom:10px;}
.project-detail-newprice{margin-bottom:10px;}
.project-detail-newprice span{color:#ff5022;font-weight:bold;}


/*科研技术*/
.technology-item{border-bottom:1px dashed #d9d9d9;}
.technology-item-date{color:#929292;}
.technology-item-content{color:#999999;text-overflow: -o-ellipsis-lastline;overflow: hidden;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2; -webkit-box-orient: vertical;line-height:2;}
.technology-item-img img{cursor:pointer;transition:all .5s;}
.technology-item-img img:hover{transform:scale(1.2);}
.technology-item-img{overflow:hidden;}
.technology-item-title{color:#5A5A5A}
.technology-item-title:hover{color:#6aa84f;}


/*新闻资讯*/
.newlist-item-title{color:#333;padding:0 15px;cursor:pointer;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;word-break: break-all;}
.newlist-detail{color:#539038;cursor:pointer;}
.newslist-date{color:#929292;}
.newlist-item-title:hover{color:#8aa84f;}


/*人力资源*/
.resources{color:#888;}
.resources-pa{border-bottom:1px solid #eee;}
.resources-item{}
.resources-item-top{display:flex;align-items:center;cursor:pointer;padding:20px 0;border-bottom:1px dashed #e2e2e2;}
.resources-item-top span{color:#000;}
.resources-item-top span:hover{color:#6aa84f;}
.resources-content{padding:20px 40px 40px 50px;display:none;}
.resources-content ul{line-height:2.5;}
.resources-content ul li span{color:#888;}
.resources-content:hover{background:#f4f4f4;}
.Application{padding:0 15px;text-align:justify;line-height:2;}
.Application p{color:rgb(102, 102, 102)}

/*联系我们*/
.contact-us{background:rgb(242, 242, 242);}
.contact-us-title{}
.contact-us-reply{color:#5a5a5a;}
.contant-form-title{height:30px;line-height:30px;}
.info-titles{color:#666666;}
.contact-us-info-content{display:flex;align-items:center;}
.contact-us-info-content img{max-width:40px;}


/*在线客服*/
.zaixian{position:fixed;bottom:440px;right:0px;z-index:99999;}
.zaixian .zaixian_com{position:relative;width:50px;height:80px;}
.zaixian_com .zxzx_pic1{position:absolute;right:0px;top:0px;}
.zaixian_com .zxzx_pic2{position:absolute;right:-190px;top:-70px;z-index:10;width:170px;height:300px;}
.zaixian_com .zxzx_pic1 p{position: absolute;top: 50px;left: 18px;font-size: 13px;color: #fff;}
.zaixian_com .zxzx_pic2 p{position: absolute;top: 118px;left: 24px;font-size: 13px;color: #fff;}
.kf-lf-lj{position:absolute;width:100px;right:10px;top:70px;}
.kf-lf-lj a{display:block;line-height:30px;padding-left:10px;margin:5px 0;color:#848484;font-size:13px;}
.kf-lf-lj a .fa{padding-right:4px;}
.kf-lf-lj a:hover{background:#87c844 url(../images/box-kefu2.png) no-repeat 5px center;color:#FFF;border-radius:4px;}

/*全局视频*/
.fixed-video{position:fixed;top:0;left:0;width:100%;overflow:hidden;height:100%;background:rgba(0,0,0,.3);z-index:999998;
             display:flex;align-items:center;justify-content:center;display:none;}
.fixed-video-middle{width:50%;height:50%;background:#fff;position:relative;}
.fixed-video-close{position:absolute;right:10px;top:10px;z-index:999999;cursor:pointer;}
.fixed-video-close i{color:#fff;font-size:26px;}





@media(max-width:1000px) {
    .zaixian{display:none;}}



@media (min-width:1250px) /*pc端*/ {
    /*banner*/
    .html5zoo-arrow-left-0,.html5zoo-arrow-right-0,.html5zoo-bullet-wrapper-0 div{display:block!important;z-index:89999;}
    .banner-text{padding-top:80px!important;}
}
@media only screen and (max-width:1150px) /*pc端*/ {
    .subpage-title{text-align:center;}
    .nav ul li{padding:0 3px!important;}
}
@media only screen and (max-width:1000px) /*手机端*/
{
    /*首页banner*/
    .con-btn-pa{margin-top:20px;}
    .con-button{width:100px;height:35px;display:flex;align-items:center;justify-content:center;}
    .con-content{font-size:16px;}
    /* 公共 */
    .margin-top-100,.margin-top-80{margin-top:30px;}
    .index-about .padding-left-80 { padding-left: 15px;}
    /*首页*/
    .about-left-none{padding-left:15px;}
    .count-number{font-size:30px;line-height:70px;}
    .banner-text{padding-top:50px!important;}
    .top-row{margin-top:5px;}
    .project-disk{display:none;}
    .new-paddings{margin:0 15px!important;margin-bottom:30px!important;}
    /*子页首页*/
    .subpage-href{margin-bottom:20px;}
    .conbanner-title{font-size:2rem;}
    /*底部*/
    .footer-code{display:flex;justify-content:center;}
    .codeimg{margin:15px;}
    .footer-bottom{padding-bottom:20px;}
    .gotoptop_icon{bottom:70px;}
    /*搜索*/
    .project-serach{margin-top:20px;}
    /*工程案例*/
    .Engineering-subnav ul{flex-direction:column;margin:20px 0;}
    .Engineering-subnav ul li{padding:15px 0;border-bottom:1px dashed #ccc;}
}
@media only screen and (max-width:768px) {
    /*首页*/
    .count-img{flex-direction:column;}
    .count-number{font-size:20px;line-height:40px;}
    .count-content{margin-bottom:20px;}
    .banner-text .con{justify-content:center;}
    .con-title{font-size:2.5rem;}
    .con-titles{font-size:1.2rem;}
    .con-titles,.con-title{text-align:center;}
    .banners .html5zoo-nav-0,.con-content{display:none!important;}
    .top-lefts img{max-width:100px;}
    .top-lefts-title b{font-size:16px;}
    .con-button{width:80px;height:26px;font-size:12px;}
    /*四个框*/
    .menu-parent{top:0;} 
    .menu-tabbars img{max-width:50px;}
    /*业务领域*/
    .Business-title2{font-size:28px;}
    .Business-item-img img{max-width:46px;}
    .Business-item-title{font-size:20px;}
    /*找到你的解决方案*/
    .solve-head{height:80px;line-height:80px;font-size:14px;}
    .solve-back .imglogo img{max-width:46px;}
    .solve-title{font-size:22px;}
    .solve-titles{font-size:2.5rem;}
    /*关于我们*/
    .abouts-btn{justify-content:center;margin-top:15px;}
    .abouts-title1{font-size:24px;}
    /*统计*/
    .counts-item img{max-width:46px;}
    .counts-number{font-size:40px;margin-top:0;}
    /*合作伙伴*/
    .cooperation-item{max-width:50%;}
    .cooperation-text{bottom:-9px;}
    /*加入我们*/
    .joinUs-pa{display:block;}
    .joinUs-content{font-size:24px;}
    /*底部*/
    .footer-logo{justify-content:center;}
    .footer-engineering .title,.footer-work .title{margin-top:20px;}
    .footer-work-item .workimg{padding:10px;margin:0;}
    .footer-work-item .workimg{max-width:33.33%;}
    .footer-work-item .workimg img{max-width:100%;}
    .footer-logo img{max-width:30px;}
    .footer-logo b{font-size:18px;}
    /*子banner*/
    .conbanner-titles{font-size:12px;margin-top:5px;}
    /*swiper*/
    .middleimg{max-width:300px;}
    /*关于我们*/
    .abouts{margin-top:0;}
    /*联系我们*/
    .contact-us-info-content{display:block;}
    /*视频*/
    .fixed-video-middle{width:90%;height:30%;}
}
@media only screen and (max-width:400px) {
    .middleimg{max-width:205px;}
    .conbanner-title.con-title{font-size:3rem;}
    .menu-title{font-size:16px;}
    .Business-title2,.solve-title,.abouts-title1,.joinUs-content{font-size:20px;}
    .Business,.abouts{margin-top:15px;}
    .Business-item-title{font-size:16px;}
    .solve-head{font-size:12px;}
    .solve-video{margin:15px 0;}
    .engineering{padding-top:15px;}
    .joinUs-content{margin:20px 0;}
    
}

/*主菜单*/
@media (min-width:1000px) /*pc端*/
{
    .header{padding: 16px 0;}
    .nav{width: 100%;}
    .nav > ul > li{float: left; text-align: center; line-height: 50px; padding: 0 15px; margin: 0 10px;}
    .nav > ul > li > ul{position: absolute;}
    .nav > ul > li > a{font-size: 15px; display: block; width: 100%; color: #fff;}
    .nav > ul > li:hover a, .nav > ul > li.active a{color: #e9c37a;}
    .nav li:hover > ul{display: block;}
    .nav ul li ul li a{display: block; width: 100%; text-align: center; color: #fff!important; font-size: 15px; line-height: 50px}
    .nav ul li ul li a:hover{background:#6AA84F!important;}
    .nav ul li{position: relative;}
    .nav ul li .arrow{display: none}
    .nav ul li ul{background-color: rgb(155, 191, 38); display: none; position: absolute; left: -25%; z-index: 2; width: 150px} /*二级ul样式*/ 
    .nav ul li ul li ul{left: 100%; top: 0px; display: none;} /*三级以后ul样式*/ 
    .nav-toggle{display: none;}
    .html5zoo-arrow-left-0{background: url(../images/left.png) no-repeat scroll left top !important; margin-left: 10px;}
    .html5zoo-arrow-right-0{background: url(../images/left2.png) no-repeat scroll left top !important; margin-right: 10px;} 
    .same-padding{padding-top: 50px;} /*bootom*/ 
    .black-bg{padding: 50px 0 70px;}
    .root-left{padding-left: 0;}
    .root-left img{max-height: 75px;}
    .root-center li{padding-bottom: 22px;} 
    .root-center li .fa{font-size: 20px; padding-right: 20px; width: 40px;} /*子栏目样式*/
    .sub-fixed-bg{background-color: #fff; position: sticky; top: 0; z-index: 2;}
    .sub-fixed li:hover{background-color: #003ad5;} 
    .sub-fixed li:hover a{color: #fff;} /*内页*/
    .years-box li ul li:first-child{font-size: 60px;} 
    .years-box li ul li:nth-child(2){position: absolute; left: 50%; top: 0;} 
    .forus li:last-child{padding-top: 200px;}
    .news-list li .date{background: #d2eaff;}
    .news-recruit .item{padding: 0 120px 0 20px; font-size: 16px;}
    .fax{padding-left: 0;}
    .fax-top{padding-right: 0;}
    .fax ul{padding: 48px 20px 48px 80px;}
    .fax ul li{padding: 20px 0;} 
    .fax ul li .fa{margin-right: 30px;} 
    .online-booking{padding: 60px 0;}
}
@media (max-width:1000px) /*手机端*/
{
.nav{position:fixed;z-index:999;top:0px;right:0px;width:0px;background:#fff;height:100%;height:100vh;opacity:0;transition: all 0.2s linear;overflow-y:auto}
.nav.active{opacity:1;width:300px;max-width:60%}
.nav ul li{line-height: 45px;text-align:left}
.nav ul li ul{display:none;} /*二级ul样式*/
.nav ul li a{padding-left:30px;display:block;color:#999;font-size:15px;line-height:3.5;border-bottom: 1px solid #dcdcdc}
.nav ul li ul li a{padding-left:60px;font-size:14px;background-color:rgba(168, 169, 176, 0.13)}
.nav ul li ul li ul li a{padding-left:90px;}
.nav ul li ul li ul li li a{padding-left:120px;}
.nav ul li{position:relative;}
.nav ul li .arrow{position:absolute;right:0px;top:0px;width:50px;height:50px;line-height:50px; text-align:center;transition-duration:0s}
.nav ul li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}

.nav ul li.current > a{color:#5a342b;}
.nav ul li.active > ul{display:block}
.nav ul li.active > .arrow{transform:rotate(90deg)}
.same-padding{padding-top: 20px;}
/*子栏目样式*/
.sub-fixed li a{font-size:13px;}
.sub-fixed li:hover a{color:#033d86;text-decoration:underline;}
/*内页*/
.years-box li ul li:first-child{font-size: 50px;}
.years-box li ul li:nth-child(2){position: absolute;right: 50%;top: 0;}
.light-display li:last-child{padding-top:20px;}
.news-recruit .item{padding: 0 100px 0 10px;}
.fax ul {padding: 10px}
.fax ul li{padding:10px 0;}
.fax ul li .fa {margin-right: 4px;}
.online-booking{padding: 40px 0;}
.liuyan-bg{margin-top: 30px;}
}



/*移动端固定栏目按钮*/
.float-nav-toggle{display: block;text-align: center;position: fixed;left: 6px;bottom: 60px;color: #fff;font-size: 18px;width: 40px;height: 40px;line-height: 40px;background-color: rgba(13, 13, 13, 0.6);border-radius: 20px;}
@media (max-width: 767px) {.display-xs-block {display: block !important;}}



/*手机端固定导航栏*/
.footer-fixed{position:fixed;left:0;bottom:0;overflow:hidden;width:100%;padding:6px 0px;color:#fff;z-index:9;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;background-color: #fff;box-shadow:0px 0px 2px 1px rgba(0,0,0,.3);}
.footer-fixed ul{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;text-align: center;}
.footer-fixed ul li a{width:100%;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:12px;}
.footer-fixed ul li:hover a{color:#333!important;}
.footer-fixed ul li p{font-size:1.3rem;}
.footer-fixed.active{transform:translateX(2.8rem);z-index:9;}
.footer-fixed2{font-size: 2.8rem;padding-top: 0.6rem;}
.footer-fixed i{display:block;}
.footer-fixed .fa{font-size:20px;}
@media(max-width:1000px){footer{margin-bottom:20px;}}
@media (min-width:1000px){.footer-fixed{display:none!important;}}

